home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / UTILITY / winwash / washer.exe / 0 / RCDATA / TFORM10 / TFORM10.txt
Text File  |  1998-12-02  |  2KB  |  79 lines

  1. object Form10: TForm10
  2.   Left = 256
  3.   Top = 178
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Washing Completed'
  7.   ClientHeight = 185
  8.   ClientWidth = 228
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object RadioGroup1: TRadioGroup
  19.     Left = 6
  20.     Top = 5
  21.     Width = 217
  22.     Height = 171
  23.     Caption = 'Select your preferred exit:'
  24.     TabOrder = 0
  25.   end
  26.   object RadioButton1: TRadioButton
  27.     Left = 24
  28.     Top = 31
  29.     Width = 185
  30.     Height = 17
  31.     Caption = 'Log off and log in as another user'
  32.     Checked = True
  33.     TabOrder = 1
  34.     TabStop = True
  35.   end
  36.   object RadioButton2: TRadioButton
  37.     Left = 24
  38.     Top = 55
  39.     Width = 161
  40.     Height = 17
  41.     Caption = 'Restart your computer'
  42.     TabOrder = 2
  43.   end
  44.   object RadioButton4: TRadioButton
  45.     Left = 24
  46.     Top = 78
  47.     Width = 145
  48.     Height = 17
  49.     Caption = 'Restart in MS-DOS mode'
  50.     TabOrder = 3
  51.   end
  52.   object RadioButton3: TRadioButton
  53.     Left = 24
  54.     Top = 102
  55.     Width = 145
  56.     Height = 17
  57.     Caption = 'Shut down your computer'
  58.     TabOrder = 4
  59.   end
  60.   object Button1: TButton
  61.     Left = 31
  62.     Top = 135
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'OK'
  66.     TabOrder = 5
  67.     OnClick = Button1Click
  68.   end
  69.   object Button2: TButton
  70.     Left = 119
  71.     Top = 135
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'Cancel'
  75.     TabOrder = 6
  76.     OnClick = Button2Click
  77.   end
  78. end
  79.